home *** CD-ROM | disk | FTP | other *** search
/ Shareware Universe - The Gold Collection / Shareware Universe The Gold Collection.iso / graphics / vfd / vfd.go < prev    next >
Encoding:
Text File  |  1996-04-19  |  31.1 KB  |  653 lines

  1. VFD(tm) Video for DOS 
  2.                            Release 1.5 (10/31/94)
  3.              Copyright (c) 1994 by Bob Williamson  CIS 76570,2752
  4.                
  5.       VFD(tm) is a DOS command-line motion video cross-compiler for creating 
  6.       .FLC, .FLI and .AVI files from:
  7.  
  8.       Windows .DIB files (all BMP & RLE)
  9.       Windows .BMP files (1, 4, 8, 16 & 24-bit)
  10.       Windows .RLE files (4 & 8-bit, including deltas)
  11.       IBM OS/2 .BMP files (1, 4, 8 & 24-bit)
  12.       Truevision .TGA files (8, 16, 24 & 32-bit rle & uncmp)
  13.       CompuServe .GIF files (PC & Mac 87a, 89a)         *registered version*
  14.       Zsoft .PCX files (8 & 24-bit)                     *registered version*
  15.       Autodesk .FLC and .FLI files (all)
  16.       Windows .AVI files (RLE and 8, 16, & 24-bit Full Frames)
  17.       MPEG .RAW files produced by DMPEG.EXE v1.1 (8 & 24-bit)
  18.  
  19.       VFD will extract a numpic file series from FLC, FLI, RAW, and AVI 
  20.       (RLE & Full Frames only) in BMP, RLE, GIF, PCX or TGA formats.  Direct 
  21.       conversion of FLC, FLI, AVI and single image formats is also supported.
  22.  
  23.       VFD uses an advanced method of color quantitization called Hilite
  24.       Promotion (Scaleable Adaptive, Histogram-based).  Hilite Promotion 
  25.       produces 8-bit motion video with high color fidelity and image 
  26.       resolution from a diverse range of image files and palettes by using 
  27.       scaleable quantitization (color reduction) and variable dither 
  28.       intensity.  Hilite Promotion can be used to create an optimum palette 
  29.       containing both the most popular colors and the most diverse colors 
  30.       from the input images.
  31.  
  32.       Hilite Promotion was developed as a solution to the motion video color 
  33.       quantitization problem of multiple images and palettes.  It may be 
  34.       used for building compatible Windows identity palettes for one or more 
  35.       bit-mapped images to be displayed by Windows, as well as motion video.
  36.  
  37.       PARAMS:
  38.  
  39.       VFD options may be invoked by use of command-line parameters.  The
  40.       parameters follow the infile, preceded by a space and either a forward 
  41.       slash '/' or a hyphen '-'.  The params may be in any order and are case 
  42.       insensitive.  Typing 'VFD <enter>' will display a list of the options: 
  43.       
  44.   VFD infile [params]
  45.   -I         create .FLI (default is .FLC)
  46.   -An        create .AVI n=1 8-bit Full Frames, n=2 RLE 
  47.   -En        Extract numpic series n=1 8-bit .BMP, n=2 .RLE delta, n=3 .GIF
  48.              n=4 8-bit .PCX, n=5,6,7: 8,16,24-bit .TGA uncmp
  49.   -Sn        playback Speed in frm/sec n=0.1 to 99 (default=15)
  50.   -Ofname    Outpath [d:\path\]fname (default fname=infile w/ outtyp .ext)
  51.   -Tn1[,n2]  Total frames n1=start, n2=total count (disables B2 pingpong)
  52.   -Mn        CoMpression n=1 50%, n=2 67%, n=3 75%, n=4 80%, ..., n=99 99%
  53.   -Kn        Keyframe interval n=1 to 65535 (Default is no keyframes)
  54.   -Bn        Backward n=1, pingpong n=2, mirror n=3, flip n=4 (B1,B2:numpic)
  55.   -Rn        Resize n=1 1/2, n=2 2x n=3 override dflt FLI aspect correction
  56.   -Cn        Color count n=2 to 255 (default=256)
  57.   -Hn        Hilite promotion (range 1 to 255) (default=256 most pop colors)
  58.   -Dn        Dither (intensity range 2 to 255)
  59.   -L±n[,c]   Luminance n=1 to 255 (+ lite, - dark) (c=r,g,b: red,green,blue)
  60.   -Wn        Windows identity palette n=1 mapped, n=2 not mapped
  61.   -Fn        Fixed Windows id pal n=1 256 colr, n=2 gray, n=3 hlftne, n=4 b&w
  62.   -Pn        write Pal n=1 RIFF .PAL, n=2 DIB .PAL, n=3,4 AA,AAPro .COL,
  63.              n=5 PicLab .MAP, n=6 PSP .PAL, n=7 NeoPnt .PAL, n=8 generic .PAL
  64.  
  65.       The infile may be any of the above listed image file formats.  VFD 
  66.       will read a numpic series if wildcards ('*' or '?') are used in the 
  67.       file name. The infile may include the path. The output file path is 
  68.       the current default.  Examples:
  69.  
  70.       VFD pretty00.bmp                     (produce a one frame .FLC
  71.                                            PRETTY.FLC)
  72.  
  73.       VFD pretty*.rle                      (produce a 100 frame .FLC
  74.                                            starting w/ pretty00.rle
  75.                                            thru pretty99.rle named
  76.                                            PRETTY.FLC)
  77.  
  78.       VFD d:\pretty\pretty??.rle -a2 -w1   (produce PRETTY.AVI with a 
  79.                                            Windows identity palette)
  80.  
  81.       VFD pretty.avi -i                    (produce PRETTY.FLI)
  82.                                            
  83.       MAKEFILE:
  84.  
  85.       Typing 'VFD -? <enter>' will display the following:
  86.  
  87.       The infile for VFD may be a text file with the extension of .MAK which 
  88.       lists the source image files and optional keywords.  If a motion video 
  89.       file is used in the makefile, it must be the only input image file.  
  90.       The keywords are: 
  91.       
  92.             REPEAT_n (repeat the previous input file 'n' times)
  93.             PINGPONG (read the previous numpic series in reverse order) 
  94.             BACKWARD (read the following numpic series in reverse order)
  95.             MIRROR_ON (the following frames will be mirror-image)
  96.             MIRROR_OFF (turn mirror-image off)
  97.             FLIP_ON (the following frames will be inverted)
  98.             FLIP_OFF (turn inverted off)
  99.             KEYFRAME (the following frame will be a keyframe)
  100.             CD-ROM (the AVI video chunks will be padded for CD-ROM playback)
  101.             CROP_n1,n2,n3,n4 (n1=top, n2=left, n3=width, n4=height) zero base
  102.             TRANSPARENT_r,g,b (the rgb color will be transparent - AVI only)
  103.             TRANSPARENT_OFF (turn transparent off)
  104.       
  105.       Keywords are not case-sensitive.  The comment character is a semicolon.
  106.  
  107.       Example text of PRETTY.MAK:
  108.                                  ;216 frames, 320x240, identity pal
  109.                                  pretty.pal
  110.                                  d:\pretty\pretty00.bmp
  111.                                  REPEAT_8
  112.                                  d:\pretty\pretty??.bmp
  113.                                  d:\pretty\pretty99.bmp
  114.                                  REPEAT_8
  115.                                  PINGPONG
  116.  
  117.      The above example will produce PRETTY.FLC containing 10 frames of 
  118.      pretty00.bmp, 98 frames of pretty01.bmp thru pretty98.bmp, 10 frames 
  119.      of pretty99.bmp and 98 frames of pretty98.bmp thru pretty01.bmp.  The
  120.      palette file pretty.pal will be used for the motion video palette.
  121.      PINGPONG repeats the previous numpic series in reverse, omitting the 
  122.      first and last frames.  
  123.  
  124.      The maximum frame count is 65535.  The maximum makefile size is 16kb.
  125.      Numpic series with the same base name are limited to a maximum of 5460 
  126.      frames.  VFD reads stdin for response to input prompts.  VFD may be 
  127.      invoked in a batch file (.BAT) using redirection of a text file for 
  128.      input response.  The system date, time and command line params are 
  129.      inserted as the first comment line in the makefile each time the 
  130.      makefile is processed by VFD.  Input image files are opened read-only.
  131.      
  132.      The .MAK extension is not required on the command line.  'VFD pretty' 
  133.      is equivilent to 'VFD pretty.mak'.
  134.  
  135.      HILITE PROMOTION:
  136.       
  137.      Any combination of input image types and color formats (1 to 32 bit) 
  138.      may be combined in a VFD makefile.  If the total color count exceedes 
  139.      256, Hilite Promotion and dither should be used to obtain the optimum 
  140.      output for 8-bit video.  VFD builds a popularity histogram of all the 
  141.      colors from the input images.  The motion video palette consists of the 
  142.      256 most popular colors less the Hilite Promotion value.  The Hilites 
  143.      are then added to the motion video palette from the remaining colors in 
  144.      the histogram.  The Hilites are selected as those colors in the 
  145.      histogram having the greatest difference from the colors already 
  146.      included in the motion video palette.  If the '-Cn' (color count) option 
  147.      is used, the Hilite value is subtracted from the color count.  Black, by 
  148.      default, is always the first color in the motion video palette.
  149.  
  150.      A Hilite value of 255 (true-cut) will produce results similar to the 
  151.      standard unbiased median-cut method of color reduction.  With Hilite 
  152.      promotion, the palette colors are actual colors from the input images, 
  153.      not averaged colors.  Lower Hilite values (-H128) will often produce the 
  154.      best results for motion video and generate a smaller file, as less 
  155.      dither is required.  The lower value guarantees inclusion of the true 
  156.      most popular colors in the video palette.  If reducing a single image, 
  157.      or making a slide show, use -H255 -D128 for best results.
  158.  
  159.      Motion video created from digital video capture (16/24-bit color) can be 
  160.      converted to  8-bit color motion video with very good results by using 
  161.      Hilite Promotion and dither.  Start with -H128 -D20 and adjust up or 
  162.      down to produce the best result.  For ray trace input, start with -H160  
  163.      -D8. As Hilite value increases, the dither requirement decreases.
  164.      
  165.      DITHER:
  166.  
  167.      Dither will reduce or eliminate 'color banding'.  Dither may be used 
  168.      even when the total color count is less than 256.
  169.  
  170.      VFD uses the 'Floyd-Steinberg' dither pattern in alternating direction
  171.      (serpentine).  The dither intensity (-Dn) is the maximum difference 
  172.      between the true pixel value and the motion video palette value that 
  173.      will be used in the error dispersion.  Lower dither values produce less 
  174.      'background animation'.
  175.  
  176.      COMPRESSION:
  177.  
  178.      Motion video compression (data rate reduction) may be achieved in two 
  179.      ways: Reduce the data content (image quality) of each frame, or by 
  180.      reducing the frame count and the playback speed by a corresponding 
  181.      amount.  VFD uses the second of the two compression methods.  VFD motion 
  182.      video image quality is always 100%.  The range (-Mn) is n=1 50% to n=99 
  183.      99%.  Compression may be used with Extraction of a numpic series as well 
  184.      as motion video output.  Example:
  185.  
  186.               -M1    write 1, skip 1, write 1, ...    Speed/2     50%
  187.               -M2    write 1, skip 2, write 1, ...    Speed/3     67%
  188.               -M3    write 1, skip 3, write 1, ...    Speed/4     75%
  189.               ...
  190.               -M99   write 1, skip 99, write 1, ...   Speed/100   99%
  191.  
  192.      Use of compression is recommended when processing 24 or 30 frame/sec
  193.      input.
  194.  
  195.      PALETTES:
  196.  
  197.      The motion video palette may be output with the '-Pn' param. VFD reads
  198.      and writes the following palette formats: 
  199.  
  200.                   -P1     RIFF .PAL (VFW PalEdit)
  201.                   -P2     DIB .PAL (Windows Paintbrush)
  202.                   -P3,4   AA,AAPro .COL (Autodesk Animator, AA Pro)
  203.                   -P5     ascii .MAP (PicLab - DOS Public Domain)
  204.                   -P6     ascii .PAL (Paint Shop Pro - Windows Shareware)
  205.                   -P7     ascii .PAL (NeoPaint - DOS Shareware)
  206.                   -P8     generic .PAL (Improcess - DOS Shareware)
  207.  
  208.      The programs in parentheses are applications that can read and edit the 
  209.      specific palette format.  Ascii palette files may also be edited with a 
  210.      text editor.  The edited palette may be used as the motion video palette 
  211.      by including it as the first file in the makefile.  The Color count 
  212.      (-Cn) and Windows id pal (-Wn) params are disabled when a palette is 
  213.      read from the makefile.  Windows Paintbrush will only read DIB palette 
  214.      files with 28 colors maximum.
  215.  
  216.      ID PALETTES:
  217.  
  218.      The Windows identity palette option (-Wn) will add the 20 reserved 
  219.      Windows system colors to the motion video palette.  The 20 colors are 
  220.      subtracted from the color count prior to subtracting the Hilite 
  221.      Promotion value.  The identity pal may be mapped (-W1) or not mapped 
  222.      (-W2) to the motion video palette.  VFD maps the closest color in the 
  223.      motion video palette to the color in the input image using the spherical
  224.      distance method.  
  225.  
  226.      Some motion video, while requiring the identity pal for compatibility 
  227.      under Windows, will look better when mapped only to the colors from the 
  228.      input file (-W2).  
  229.  
  230.      FIXED PALETTES:
  231.  
  232.      VFD provides 4 fixed palettes:    -F1 = 256 color Windows identity pal
  233.                                        -F2 = 32 color grayscale Win id pal
  234.                                        -F3 = 32 color halftone Win id pal
  235.                                        -F4 = black & white Windows id pal
  236.  
  237.      The -F1 default is mapped identity pal.  The -F2, -F3 and -F4 defaults 
  238.      are not mapped identity pal.  The defaults may be overridden by use of 
  239.      the -W1 or -W2 params.  Example:
  240.  
  241.                                      -F4 -W1 will use the 20 color Windows
  242.                                      identity palette (b&w are id colors)
  243.  
  244.                                      -F4 -D128 for dithered b&w output
  245.  
  246.      The Luminance '-L±n[,c]' param color channel option '[,c]' may be used 
  247.      to change the tint of the grayscale and halftone palettes.  The '-Cn'
  248.      color count param is disabled when a fixed palette '-Fn' is used.
  249.  
  250.      RESIZE & ASPECT:
  251.  
  252.      The '-R1' param will halve the vertical and horizontal dimensions of 
  253.      the input image.  Example: 640x480 -> 320x240.  The -R2 param will 
  254.      double the vertical and horizontal dimensions of the input file.
  255.      Example: 320x240 -> 640x480.
  256.  
  257.      VFD prompts for screen aspect correction to high resolution mode if 
  258.      the source files are 320x200 and the output format is .FLC or AVI. If 
  259.      the source files are not 320x200 or 160x100 and the output is .FLI, the 
  260.      images are corrected from high resolution mode to FLI aspect by default.
  261.      Default FLI aspect correction may be overridden by using the -R3 param.
  262.  
  263.      The maximum input and output image size is 1024x768.  Input image size 
  264.      for .FLC and .AVI output must be consistant.  Input image size for .FLI 
  265.      output may vary from a maximum of 640x480 (the output for .FLI will 
  266.      always be 320x200, with image centered).
  267.  
  268.      Sequence of geometic operations:   Resize 1/2
  269.                                         Mirror
  270.                                         Resize 2x
  271.                                         Crop
  272.                                         Aspect
  273.      CONVERTING AVIs:
  274.  
  275.      Many .AVI files are compressed with formats for which there are no  
  276.      Public DOS drivers.  These files must be converted to RLE or Full
  277.      Frames with VFW VidEdit or a similar Windows program for use with VFD.  
  278.      If the AVI is 8-bit color, save the file as RLE or 8-bit Full Frames.  
  279.      For 16 & 24-bit AVIs, save the file as a 16 or 24-bit Full Frames.
  280.  
  281.      When saving in RLE format for VFD input, set the target to custom, no 
  282.      data rate, no keyframes, no CD-ROM padding, and set quality at 100%.  
  283.      If the data rate is not set to a high value, data may be lost when 
  284.      converting to RLE compression using VidEdit.
  285.  
  286.      AVIs created with VFD may be converted to other compression options 
  287.      with VidEdit.  If VidEdit returns 'out of memory' errors when converting 
  288.      RLE compressed AVIs, use VFD to add keyframes (-K15 -A2).
  289.  
  290.      If you do not already have Video for Windows, it is free for the asking,
  291.      and includes VidEdit, PalEdit, and WavEdit. (VFW is no longer offered for
  292.      retail sale.)  On CIS, download JSCD.TXT, 305 bytes, 13-Jul-94, from the 
  293.      WINMM forum.
  294.  
  295.      For those without CIS access, this is the text file verbatim:
  296.  
  297.      >> To get the Jumpstart CD:
  298.  
  299.      >> 1. Send a Fax to (206)936-7329 attn: MMDRG/Jumpstart.
  300.      >> 2. Send an Internet Email message to mmdinfo@microsoft.com
  301.  
  302.      >> The CD is free for a limited time only. Act today, operators
  303.      >> are standing by, etc, etc.
  304.  
  305.      >> Happy Coding,
  306.  
  307.      >> Rick Segal, Manager, Developer Relations
  308.      >> Microsoft
  309.      
  310.      RLE DELTAS:
  311.  
  312.      Deltas are the differences between the current frame and the previous 
  313.      frame.  Delta encoding uses line and column skips to create 
  314.      transparency.  When a delta input series is processed, the frames are
  315.      overlayed with the transparent portion unchanged from the previous 
  316.      frame.  Delta input series may not be dithered with VFD.  If dither is
  317.      required, the delta series should be extracted from a motion video that 
  318.      was created using dither. 
  319.      
  320.      VFW BitEdit, Paint Shop Pro (Windows Shareware), and AAWIN (Freeware 
  321.      Autodesk player for Windows) read and display RLE deltas correctly.
  322.  
  323.      The first frame of a RLE delta series is a keyframe (opaque), and the 
  324.      following frames are all deltas (transparent except for changes from the 
  325.      previous frame).  Full frame (opaque) RLE series may be extracted by 
  326.      using the Keyframe param: -E2 -K1.
  327.  
  328.      CHROMA KEY OVERLAYS:
  329.  
  330.      Titles, copyright notices, etc. may be added to motion video using
  331.      transparent RLE delta overlays.  First, make a title frame using any
  332.      paint or drawing program, and save it as TITLE1 (in any VFD compatible
  333.      image format). Then create a make file using the TRANSPARENT_rgb keyword
  334.      to set the background invisible, and extract the RLE delta. The makefile
  335.      (title1.mak) should look like this:
  336.  
  337.      TRANSPARENT_0,0,0          ;black
  338.      title1.bmp
  339.  
  340.      Now extract a RLE delta series from the motion video. 
  341.      Example: VFD pretty.avi -e2.
  342.  
  343.      Rename the first RLE image (pretty00.rle) as first.rle.  Create a 
  344.      makefile (pretty.mak) as follows:
  345.  
  346.               first.rle 
  347.               title001.rle
  348.               repeat_20              ;optional
  349.               first.rle              ;optional
  350.               pretty*.rle
  351.  
  352.      'VFD pretty -a2' will produce a new AVI with the title frame overlaying 
  353.      the first frame.  
  354.  
  355.      If the color count exceeds 256, use the '-Cn -Hn -Dn' params to reduce 
  356.      the color count for the RLE delta series extracted from the orginal
  357.      motion video.
  358.       
  359.      SPEED:
  360.  
  361.      VFD may be used to produce slideshows as well as motion video.  Playback 
  362.      speed range is from 0.1 to 99 frames/sec.  Fractional rates above 1 
  363.      frame/sec are not supported.  Some .FLC & .FLI players do not accept 
  364.      speed values less than 1 frm/sec.  VFD produced .AVIs with speeds less 
  365.      than 1 frm/sec may be converted with VFW VidEdit to other compression 
  366.      types and retain a speed of less than 1 frm/sec, even though VidEdit 
  367.      v1.1 will only set rates of 1 to 99 frames/sec. Example: 
  368.      
  369.                       -S.1 = 10 seconds per frame 
  370.                       -S.2 =  5 seconds per frame  
  371.                       -S10 = 10 frames per second
  372.      
  373.      When using VFD to create looping AVI slideshows, the REPEAT_1 makefile 
  374.      keyword should be used to repeat the last frame for play with Win MCI. 
  375.  
  376.      DATA RATE:
  377.  
  378.      The data rate required for playback is displayed for .FLC, .FLI. & .AVIs
  379.      when they are rendered by VFD.  The first frame of .FLCs & .FLIs is  
  380.      ommitted from the calculation because it is displayed only one time,
  381.      and then replaced by the ring frame.  The ring frame is a delta of the
  382.      last and first frames.  AVIs do not have a ring frame.
  383.  
  384.      The coMpress (-Mn) param may be used with a corresponding percentage 
  385.      reduction in playback speed to reduce the data rate (and file size) 
  386.      while maintaining the same apparent speed.  
  387.      
  388.      TOTAL FRAMES:
  389.  
  390.      If extracting from motion video when the start frame (-Tn1) is greater
  391.      than 1, the first extracted frame will be a delta.  To make the first
  392.      frame a keyframe, use VFD to create a video with a Keyframe interval 
  393.      (-Kn) syncronized with the start frame value (n1), and then the start 
  394.      frame will hit the keyframe.  Example: to extract a 100 frame FLC 
  395.      starting at frame 157, use 'VFD pretty.flc -k157 -otmpfle', then 'VFD 
  396.      tmpfle.flc -t157,100 -opretty2'.
  397.  
  398.      If the Total frames param is used with the Backwards param (-B1), the
  399.      start frame is the highest numbered frame defined by the Total frame
  400.      param.  Example: to skip the first file in a 100 frame series using the
  401.      -B1 param: -T1,99. (its backwards)
  402.  
  403.      KEYFRAME INTERVAL:
  404.  
  405.      Keyframes (-Kn where n=1 to 65535) and the KEYFRAME makefile keyword may 
  406.      be used when creating FLC, FLI, RLE compressed AVI, and for RLE delta 
  407.      extraction.  The default is no Keyframes.  Keyframes may be useful in 
  408.      video editing, but are not necessary for playback in VFD produced motion 
  409.      video, as the image quality is always 100%.
  410.  
  411.      Keyframes may also be useful in AVIs with a programmed or script-driven 
  412.      player that seeks to specific frames in response to user input.
  413.  
  414.      Extraction of all full frame RLE images may be accomplished by using the
  415.      -E2 -K1 params.
  416.      
  417.      PADDING:
  418.  
  419.      Padding will improve the data through-put of AVIs when played from 
  420.      CD-ROM.  To add padding, place the 'CD-ROM' keyword in the makefile 
  421.      prior to the image files.  The default is no padding.  The CD-ROM 
  422.      keyword is ignored for FLC and FLI output.
  423.  
  424.      CTRL-BRK:
  425.  
  426.      Use of CTRL-BRK will terminate VFD at any point in processing.
  427.  
  428.      AUDIO:
  429.  
  430.      VFD skips over audio tracks in input files.  VFW VidEdit and WavEdit or 
  431.      similar Windows programs may be used to add audio to VFD produced .AVIs.
  432.  
  433.      MPEG:
  434.  
  435.      DMPEG v1.1, a Public Domain MPEG viewer and extractor by Stefan Eckart, 
  436.      is included with VFD.  DMPEG.EXE will extract a .RAW file from MPEG Type 
  437.      1 files (see the DMPEG.DOC file).  For best results, the .RAW file 
  438.      should be extracted in 24-bit format for VFD input (DMPEG -d4).  VFD 
  439.      Hilite value of 128 and dither value of 20 usually produce very good 
  440.      results from 24-bit RAW input.  Compress (-M1) and Speed (-S15) will 
  441.      convert the frame rate from 30 frm/sec to 15 frm/sec while retaining the 
  442.      apparent speed of the origional MPEG video.  Many .RAW files can be 
  443.      compressed even more by using '-M2 -S10' or -M3 -S8'.  The Luminance 
  444.      param '-L±n[,c]' will be useful with some MPEG conversions.
  445.  
  446.      JPEG:
  447.  
  448.      VFD does not accept .JPG input files.  JPG files are 24-bit color lossy
  449.      compression and must be converted to another file format for input to
  450.      VFD.  For best results, use Paint Shop Pro (Shareware by JASC, Inc.), to 
  451.      reduce the JPG file to 16-bit color and save as a 16-bit compressed TGA 
  452.      file.  Then use VFD with Highlite promotion to render the TGAs.
  453.  
  454.      Another option producing good results is to use JPG2GIF v2.0, a Freeware 
  455.      program by Handmade Software.  JPG2GIF is a DOS command-line utility 
  456.      that may be run in batch mode to convert JPG to GIF.  The programs are 
  457.      avaliable on CompuServe in the GRAPHSUP forum, Format Conversion 
  458.      library, as PSP.ZIP and GIF2JP.ZIP.
  459.  
  460.      MEMORY & SYSTEM REQUIREMENTS:
  461.  
  462.      VFD.EXE is a DOS real-mode application requiring 500Kb free conventional
  463.      memory and 96Kb XMS memory for processing 320x200 images.  Larger image 
  464.      sizes require additional XMS memory.
  465.      
  466.      DOS 3.1 or greater, 80286 or greater, 4Mb RAM required.  At least 2Mb
  467.      XMS memory should be configured using HIMEM.SYS or equivilent.  A SVGA 
  468.      video card is required to play 256 color .FLC and .AVI files.  FLI files
  469.      use only the standard VGA video modes.  The VFW runtime and 8Mb Ram is 
  470.      required to play AVIs with the Windows v3.1 MCI player.
  471.  
  472.      MOTION VIDEO SOURCES:
  473.  
  474.      The following CompuServe forums are sources for motion video: 
  475.      
  476.      ENERGY: AVI 
  477.      ASOFT: FLC, FLI 
  478.      GRAPHDEV: FLC, FLI, MPG, AVI    
  479.      SPACE: MPG, AVI (NASA uploads)  
  480.      WINMM: AVI (also VFW SDK, incl full VFW)
  481.      WINFUN: AVI 
  482.  
  483.      The VFW runtime is in the ENERGY forum and the Autodesk runtime for 
  484.      Windows (WINPLA.EXE) is in the ASOFT forum.  Several FLC/FLI players for 
  485.      DOS are in the GRAPHSUP forum.
  486.  
  487.      TECHNICAL SOURCES:
  488.  
  489.      VFD is written in MASM 6.1 using file format specifications found in the 
  490.      Windows SDK and the following:
  491.  
  492.      CIS:ASOFT: FLCSPC.ZIP
  493.      CIS:WINMM: VFW SDK v1.1 
  494.      Zsoft Corporation Technical Reference Manual, 1991
  495.      CompuServe Graphics Interchange Format(sm), 1990
  496.      Truevision Targa File Format Specification v2.0, 1991
  497.  
  498.      Much credit is due David Hoffmann, Michael Koch, and Vince Pilgrim for 
  499.      their patient counsel and beta test bug reports.
  500.  
  501.      SUPPORT:
  502.  
  503.      VFD continues to be upgraded with new features.  For the latest version,
  504.      GO GRAPHSUP on CompuServe and download VFD.ZIP from the Format Conversion
  505.      library section.
  506.  
  507.      VFD support is provided on CompuServe in the Graphics Support forum 
  508.      (GO GRAPHSUP).  Leave a message in the Format Conversion section for 
  509.      prompt response.  Direct support is also provided from Internet at: 
  510.      
  511.                          76570.2752@compuserve.com
  512.  
  513.      The author of VFD may be reached at the following address:
  514.      (For credit card registration orders, see below.)
  515.  
  516.                              Bob Williamson
  517.                              PO Box 172349
  518.                              Arlington, TX  
  519.                              76003-2349
  520.                              U.S.A.
  521.      SHAREWARE:
  522.  
  523.      VFD is copyrighted software that is marketed as Shareware.  The 
  524.      Shareware version of VFD may be used for a 30 day trial period, after 
  525.      which registration is required for continued use.  The registered 
  526.      version of VFD includes input/output file formats that are not included 
  527.      in the Shareware version.
  528.  
  529.      The Shareware version of VFD may be placed on computer bulletin boards 
  530.      and distributed on diskette by Shareware vendors, if priced less than 
  531.      $7.00.  VFD may not be distributed bundled with other software or 
  532.      hardware, on CD-ROM, or included on diskette with a book, magazine or 
  533.      other product without the written permission of the author.
  534.  
  535.      VFD(tm) is a trademark of Bob Williamson, CIS 76570,2752.
  536.  
  537.      REGISTRATION:
  538.  
  539.      Single-copy registration of VFD is $39.00.  The following discount
  540.      schedule applies to quantity and site licenses:
  541.  
  542.                      2 to 4 copies      $29.00 each
  543.                      5 to 9 copies      $24.00 each
  544.                      10 or more copies  $19.00 each
  545.  
  546.      One copy of the VFD software and documentation file is shipped with each 
  547.      quantity order.  The license provides for the stated number of copies 
  548.      to be in use at the site of the purchaser. 
  549.  
  550.      Registered users will be notified by mail of upgrade opprotunities and
  551.      new products as they become avaliable.  The next VFD upgrade following
  552.      registration is sent free to registered users.  Subsequent upgrades are
  553.      half-price to registered users if ordered directly from the author, with 
  554.      the following upgrade free.
  555.  
  556.      Corporate Purchase Orders and checks for VFD registration may be mailed
  557.      directly to the author at the PO Box address listed under Support.  
  558.      Checks should be payable to Bob Williamson in US dollars and drawn on a 
  559.      US bank.  International Postal money orders are also accepted.
  560.  
  561.      Please include $4.00 S&H ($6.00 overseas) with each order.
  562.  
  563.      CREDIT CARD ORDERS:
  564.  
  565.      You can order with M/C, VISA, AMEX, or DISCOVER from Public software
  566.      Library by calling 800-242-4775 or 713-524-6394 or by FAX to 
  567.      713-524-6398 or by CIS Email to 71355,470.  You can also mail credit
  568.      card orders to: 
  569.                                PsL 
  570.                                PO Box 35705
  571.                                Houston, TX 
  572.                                77235-5705 
  573.                                U. S. A.
  574.  
  575.      There is a $4.00 S&H charge ($6.00 overseas) on all orders.  The above 
  576.      numbers are for orders only.
  577.  
  578.      ORDERS FROM UK:
  579.  
  580.      Registration and/or orders can be sent by phone, fax, mail or email to:
  581.      
  582.                                Digital Workshop
  583.                                First Floor
  584.                                8 West Bar
  585.                                BANBURY
  586.                                Oxon
  587.                                OX16 9RR
  588.                                England
  589.  
  590.                                Tel: +44 (0)1295 258335
  591.                                Fax: +44 (0)1295 254590
  592.                                CIS: 74431,1160
  593.                           Internet: 74431.1160@compuserve.com
  594.  
  595.      Access, Mastercard, VISA, American Express, and Delta welcome.
  596.  
  597.      Cheques, money orders and postal orders payable to Digital Workshop.
  598.  
  599.      ORDERS FROM GERMANY, AUSTRIA, SWITZERLAND:
  600.  
  601.                               Holin Datentechnik
  602.                               Buchrainweg 61
  603.                               63069 Offenbach Germany
  604.  
  605.                               Tel: ++49 69 833587
  606.                               Fax: ++49 69 845242
  607.                               CIS: 100441,1366
  608.                          Internet: mholin@bla.robin.de
  609.  
  610.      Mastercard, VISA, American Express, Diners Club welcome.
  611.  
  612.      Checks, money orders and postal orders payable to Holin Datentechnik.
  613.  
  614.      NOTICE:
  615.  
  616.      You accept this program and files with the understanding that the
  617.      author makes no representations or warranties as to the suitability
  618.      of this program for your particular purpose, and that to the extent
  619.      you use or implement this program in your own setting, you do so at
  620.      your own risk.  In no event will the author be liable for any damages,
  621.      whether consequential, incidental, or special, arising out of the
  622.      use or inability to use the program.
  623.      
  624.      REVISION HISTORY:
  625.  
  626.      Version 1.0 05/16/94 (CD-ROM release Aug '94)
  627.      ______________________________________________________________________
  628.      Version 1.1 07/05/94
  629.      General revision too extensive to detail.
  630.      _______________________________________________________________________
  631.      Version 1.2 07/23/94
  632.      Maximum image size increased from 640x480 to 1024x768.
  633.      _______________________________________________________________________
  634.      Version 1.3 08/25/94
  635.      Verifies AVI infile index - if bad, walks RIFF chunks for processing.
  636.      Reduced XMS requirement.
  637.      Included GeeWiz, the Freeware AVI player for DOS.
  638.      _______________________________________________________________________
  639.      Version 1.4 10/10/94
  640.      Improved processing speed for Repeat frames & compress (skipped frames).
  641.      Improved processing speed for Luminance option.
  642.      Write Palette option is now independent from extract/create options.
  643.      Writes AVI index records for 64k frames maximum (was 4096).
  644.      Added FLIP_ON and FLIP_OFF makefile keywords.
  645.      Added doc reference on how to obtain free copy of Video for Windows.
  646.      -----------------------------------------------------------------------
  647.      Version 1.5 10/31/94
  648.      Added Flip command line param (-B4).
  649.      VFD & GeeWiz now read AVI capture files with audio correctly.
  650.      Numpic series are sorted on filename & extension (was filename only).
  651.      Added TRANSPARENCY_r,g,b makefile keyword.
  652.      Added 16 and 24-bit TGA extract (registered version).
  653.